-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate library scripts to ingest - FacDB #1313
Draft
fvankrieken
wants to merge
12
commits into
main
Choose a base branch
from
fvk-ingest-facdb
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fvankrieken
force-pushed
the
fvk-ingest-facdb
branch
from
December 10, 2024 14:58
7fe6718
to
3f52bc5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
==========================================
+ Coverage 70.00% 71.19% +1.18%
==========================================
Files 114 109 -5
Lines 6121 6026 -95
Branches 702 697 -5
==========================================
+ Hits 4285 4290 +5
+ Misses 1690 1590 -100
Partials 146 146 ☔ View full report in Codecov by Sentry. |
fvankrieken
force-pushed
the
fvk-ingest-facdb
branch
15 times, most recently
from
December 18, 2024 17:34
729baf7
to
288ef9d
Compare
fvankrieken
force-pushed
the
fvk-ingest-facdb
branch
from
December 19, 2024 15:10
36134fd
to
82ace91
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1290
Commit 1 has a big tweak - basically, adds option to cast
varchar
fields from library tobigint
on comparison. This should be done, in my opinion, in one case only.Otherwise, this should not be done as part of the comparison when migrating from library to ingest
for example, comparing
nysed_nonpublicenrollment
, originally I got thisbut now running
lifecycle scripts validate_ingest compare nysed_nonpublicenrollment --c2n prek --c2n halfk --c2n fullk --c2n gr1 --c2n gr2 --c2n gr3 --c2n gr4 --c2n gr5 --c2n gr6 --c2n gr7 --c2n gr8 --c2n gr9 --c2n gr10 --c2n gr11 --c2n gr12 --c2n institution_id --c2n beds_code --c2n ugs --c2n uge
(a bit verbose but I think forcing intentionality is good when this is sort of twisting the validation) I get